home *** CD-ROM | disk | FTP | other *** search
/ Animations / Animations CD.iso / c / maprom.doc < prev    next >
Text File  |  1994-08-04  |  2KB  |  65 lines

  1. TABLE OF CONTENTS
  2.  
  3. MapROM
  4. MapROM                                                                 MapROM
  5.  
  6.    NAME
  7.     MapROM - A Developer Tool for testing Kickstarts with the 3640 board
  8.  
  9.    SYNOPSIS
  10.     MapROM <kickstartfile> [FORCE]
  11.  
  12.    FUNCTION
  13.     MapROM is a tool that uses a feature of the A3640 (the Commodore
  14.     68040 CPU board in the A4000 and A3000/040 systems) to let developers
  15.     load disk-based kickstarts.
  16.  
  17.     MapROM will check to see if you are already running the kickstart
  18.     that is contained in the file and if you have the memory required
  19.     for the kickstart.  If the kickstart file is different than the
  20.     current kickstart, it will replace it and cause a system reboot.
  21.     Kickstarts loaded with MapROM do not go away until a full power down.
  22.  
  23.     The FORCE option can be used to force a reload of a kickstart image
  24.     even if it is the same one.
  25.  
  26.     MapROM does *NOT* use the MMU of the 68040 CPU but some special
  27.     hardware on the A3640 card.
  28.  
  29.    INPUTS
  30.     FILE/A    - Required file name.  It should be the name of the
  31.           developer kickstart file for your machine.  The A4000
  32.           and A3000 kickstarts are *different* and can not be
  33.           interchanged.
  34.  
  35.     FORCE/S    - An option to FORCE the reloading of the kickstart even
  36.           if it matches.
  37.  
  38.    RESULTS
  39.     If the kickstart is new and has loaded successfully, the system will
  40.     reboot and use that kickstart.  If not, MapROM quietly exits.
  41.  
  42.    NOTES
  43.     In order for this tool to work correctly with other system tools
  44.     you should place it in the main C: directory.  Various developer
  45.     tools will look for it there.  (This is SYS:C)
  46.  
  47.     Also, in order to use this tool, it *MUST* be run *ABSOLUTELY FIRST*
  48.     in the Startup-Sequence.  It *MUST* come before SetPatch as it
  49.     must not have the MMU turned on.  Since MapROM will either work
  50.     or quietly exit, there is no problem with doing this.
  51.  
  52.     The standard setup is:
  53.  
  54.     IF EXISTS C:MapROM
  55.         MapROM DEVS:Kickstart
  56.     ENDIF
  57.  
  58.    SEE ALSO
  59.     Your developer non-disclosure agreement.  This is a *developer only*
  60.     tool and is not to be released to the public in any way.
  61.  
  62.    BUGS
  63.     None?
  64.  
  65.